python-cython: add python-setuptools/host as dep
authorAlexandru Ardelean <[email protected]>
Sat, 8 Nov 2025 13:26:52 +0000 (15:26 +0200)
committerAlexandru Ardelean <[email protected]>
Sun, 9 Nov 2025 14:46:33 +0000 (16:46 +0200)
Required now, since python3 doesn't have any setuptools bundled.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-cython/Makefile

index 76f91a852438c05dec7cd7ecb27cf7c76e0df868..e946c7d3c1033d9cdf3319bee1037a5f20fc3ba4 100644 (file)
@@ -20,7 +20,13 @@ PKG_LICENSE_FILES:=LICENSE.txt
 PKG_MAINTAINER:=Jeffery To <[email protected]>
 
 PKG_HOST_ONLY:=1
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+HOST_BUILD_DEPENDS:= \
+        python3/host \
+        python-build/host \
+        python-installer/host \
+        python-wheel/host \
+        python-setuptools/host \
+        python-packaging/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk